object MainWind: TMainWind Left = 275 Top = 244 BorderIcons = [biSystemMenu, biMaximize] BorderStyle = bsSingle Caption = 'MainWind' ClientHeight = 89 ClientWidth = 126 Color = clMaroon Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] WindowState = wsMaximized OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 16 object DDEClient: TDdeClientConv DdeService = 'PROGMAN' ConnectMode = ddeManual Left = 18 Top = 21 LinkInfo = ( 'Service PROGMAN' 'Topic ') end end